FillColor Function

The operating system's currently selected background color.

Syntax

result = FillColor




Notes

This value is useful when you are using Canvas controls to create custom controls. When drawing objects, use this color to fill the background.

This value can be changed by the user, so you should access this value during your Paint event handler rather than storing the value.


See Also

DarkBevelColor, DarkTingeColor, FrameColor, LightBevelColor, LightTingeColor, HighlightColor, TextColor functions; Color data type.